home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Full / FBackup 4.0.126 / fbsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-03-12  |  9.3 KB  |  135 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=FBackup 4
  4. AppVerName=FBackup 4.0
  5. AppId=FBackup 4
  6. AppPublisher= Softland
  7. AppPublisherURL=http://www.fbackup.com
  8. AppSupportURL=http://www.fbackup.com/forum
  9. AppUpdatesURL=http://www.fbackup.com
  10. DefaultDirName={pf}\Softland\FBackup 4
  11. DefaultGroupName=FBackup 4
  12. UninstallDisplayIcon={app}\FBackup.exe
  13. UninstallDisplayName=FBackup 4
  14. OutputBaseFilename=fbsetup
  15. Compression=zip
  16. ChangesAssociations=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\FBackup.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  22. Source: "{app}\FBackup.exe.manifest"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  23. Source: "{app}\fbaSchedStarter.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\fbaSched.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\AES.DLL"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\libeay32.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\ssleay32.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  28. Source: "{app}\vshadowXP,1.dll"; DestDir: "{app}"; DestName: "vshadowXP.dll"; Flags: overwritereadonly ignoreversion 
  29. Source: "{app}\Starburn.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  30. Source: "{app}\sqlite3.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  31. Source: "{app}\vshadowXP,2.dll"; DestDir: "{app}"; DestName: "vshadowXP.dll"; Flags: overwritereadonly ignoreversion 
  32. Source: "{app}\Plugins\MyDocuments.xml"; DestDir: "{app}\Plugins"; Flags: overwritereadonly ignoreversion 
  33. Source: "{app}\Plugins\MyPictures.xml"; DestDir: "{app}\Plugins"; Flags: overwritereadonly ignoreversion 
  34. Source: "{app}\Plugins\OutlookExpressSources.dll"; DestDir: "{app}\Plugins"; Flags: overwritereadonly ignoreversion 
  35. Source: "{app}\Plugins\WindowsMail.xml"; DestDir: "{app}\Plugins"; MinVersion: 0.0,6.0; Flags: overwritereadonly ignoreversion 
  36. Source: "{app}\FBackup.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  37. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  38. Source: "{app}\Languages\FBackup.ntv.lng"; DestDir: "{app}\Languages"; Flags: overwritereadonly ignoreversion 
  39. Source: "{app}\SuccessFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  40. Source: "{app}\WarningFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  41. Source: "{app}\ErrorFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  42. Source: "{app}\TestSuccessFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  43. Source: "{app}\TestErrorFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  44. Source: "{app}\CleanupSuccessFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  45. Source: "{app}\CleanupErrorFullMail.txt"; DestDir: "{app}"; Flags: overwritereadonly onlyifdoesntexist ignoreversion 
  46. Source: "{app}\backup.ctm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  47. Source: "{app}\backup.rls"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  48. [Dirs]
  49. Name: "{app}\Languages"; Flags: uninsalwaysuninstall 
  50. [Registry]
  51. Root: HKCR; Subkey: ".fkc"; ValueType: String; ValueData: "FBackupFile"; Tasks: associate; Flags: uninsdeletekey deletevalue 
  52. Root: HKCR; Subkey: "FBackupFile\"; ValueType: String; ValueData: "FBackup catalog"; Tasks: associate; Flags: uninsdeletekey deletevalue 
  53. Root: HKCR; Subkey: "FBackupFile\DefaultIcon"; ValueType: String; ValueData: "{app}\FBackup.exe,1"; Tasks: associate; Flags: uninsdeletekey deletevalue 
  54. Root: HKCR; Subkey: "FBackupFile\shell\open\command"; ValueType: String; ValueData: "{app}\FBackup.exe /L ""%1"""; Tasks: associate; Flags: uninsdeletekey deletevalue 
  55. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "FBackup 4"; ValueType: String; ValueData: """{app}\FBackup.exe"" /s"; Tasks: autostart; OnlyBelowVersion: 0.0,6.0; Flags: uninsdeletevalue deletevalue 
  56. [INI]
  57. FileName: "{app}\Languages\Languages.ini"; Section: "Languages"; 
  58. [Run]
  59. Filename: "{app}\fbaSched.exe"; Flags: nowait
  60. Filename: "{app}\FBackup.exe"; Description: "{cm:LaunchProgram,FBackup 4}"; Flags: shellexec postinstall skipifsilent nowait
  61. Filename: "http://www.fbackup.com"; Description: "{cm:ProgramOnTheWeb,FBackup 4}"; Flags: shellexec postinstall skipifsilent nowait
  62. [Icons]
  63. Name: "{group}\FBackup 4"; Filename: "{app}\FBackup.exe"; 
  64. Name: "{group}\FBackup 4 Help"; Filename: "{app}\FBackup.CHM"; 
  65. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  66. Name: "{commondesktop}\FBackup 4"; Filename: "{app}\FBackup.exe"; Tasks: desktopicon; 
  67. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FBackup"; Filename: "{app}\FBackup.exe"; Tasks: quicklaunchicon; MinVersion: 0.0,5.0.2195; 
  68. Name: "{group}\Download User Manual"; Filename: "http://www.fbackup.com/download/pdf/User-Manual.pdf"; 
  69. Name: "{group}\Visit the forum"; Filename: "http://www.fbackup.com/forum"; 
  70. [Tasks]
  71. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:CT_OPTIONS}:"; 
  72. Name: "associate"; Description: "{cm:AssocFileExtension,FBackup 4,.fkc}"; GroupDescription: "{cm:CT_OPTIONS}:"; 
  73. Name: "autostart"; Description: "{cm:CT_START_UP}"; GroupDescription: "{cm:CT_OPTIONS}:"; 
  74. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:CT_OPTIONS}:"; MinVersion: 0.0,5.0.2195; 
  75. [InstallDelete]
  76. Type: files; Name: "{app}\FBackup.ctm"; 
  77. [CustomMessages]
  78. EN.NameAndVersion=%1 version %2
  79. EN.AdditionalIcons=Additional icons:
  80. EN.CreateDesktopIcon=Create a &desktop icon
  81. EN.CreateQuickLaunchIcon=Create a &Quick Launch icon
  82. EN.ProgramOnTheWeb=%1 on the Web
  83. EN.UninstallProgram=Uninstall %1
  84. EN.LaunchProgram=Launch %1
  85. EN.AssocFileExtension=&Associate %1 with the %2 file extension
  86. EN.AssocingFileExtension=Associating %1 with the %2 file extension...
  87. EN.CT_OPTIONS=Options
  88. EN.CT_START_UP=&Start on Windows startup
  89. EN.CT_START_OTB=Start '&One Touch Backup' Agent
  90. EN.CT_MUTEX_MESSAGE_1=Setup has detected that %1 is currently running.
  91. EN.CT_MUTEX_MESSAGE_2=Do you want to close %1?
  92. EN.CT_MUTEX_MESSAGE_3=If you choose No, setup will exit.
  93. EN.CT_CANT_STOP_1=Setup cannot stop %1 automatically, probably because a backup execution is in progress.
  94. EN.CT_CANT_STOP_2=Please manually close %1, then click OK to continue, or Cancel to exit.
  95. EN.CT_DEF_DIR_H1=Select Default Settings
  96. EN.CT_DEF_DIR_H2=What should be the default settings of %1?
  97. EN.CT_DEF_DIR_H3=Select the folder where you want to store the backups by default
  98. EN.CT_SET_LOC_H3=Make the settings available for:
  99. EN.CT_DEF_DIR_REC=It is recommended to designate a different drive, USB device or network folder for this.
  100. EN.CT_DEF_DIR_SETINGS=Select the folder where the settings files should be kept
  101. EN.CT_DEF_DIR_CurrUser=Current User
  102. EN.CT_DEF_DIR_AllUsers=All Users
  103. EN.CT_DEF_DIR_OverrideSettings=Override default location for %1 settings
  104. EN.CT_DEF_DIR_OverrideDest=Override default location for destination
  105. EN.CT_CHECK_ALL=Check &All
  106. EN.CT_UNCHECK_ALL=&Uncheck All
  107. EN.CT_BLANK_PASS_H1=Blank Scheduler Password
  108. EN.CT_BLANK_PASS_H2=Do you want to allow blank passwords for the scheduler?
  109. EN.CT_BLANK_PASS=If you do not have a password set for this windows login account you might want to enable usage of blank passwords for scheduling. If you don''t enable this option and you are logged on to an account with blank password the scheduled tasks will not run. You can either check the option below or create a password for your account.
  110. EN.CT_BLANK_PASS_CB=&Allow blank passwords when scheduling
  111. EN.CT_INST_LANG_H1=Select languages for the interface
  112. EN.CT_INST_LANG_H2=What languages do you want to install for the %1 interface?
  113. EN.CT_INST_LANG_H3=Select the languages you want to install, then click next.
  114. EN.CT_DEF_LANG_H1=Select the default interface language
  115. EN.CT_DEF_LANG_H2=Which should be the default interface language?
  116. EN.CT_DEF_LANG_H3=Select the default language you want to use in %1, then click Next.
  117. EN.CT_SUM_LANG=Interface languages:
  118. EN.CT_SUM_DEF_LANG=Default interface language:
  119. EN.CT_SUM_DEF_DEST=Backup destination folder:
  120. EN.CT_ENTER_DEF_FOLDER=You must enter your default backup directory.
  121. EN.CT_YES=Yes
  122. EN.CT_NO=No
  123. EN.CT_OTB_H1=One Touch Backup
  124. EN.CT_OTB_H2=Warning! This feature will be disabled
  125. EN.CT_OTB_MSG_1=Some USB enclosures have a button to start the execution of an associated program. If you have such a device, you can configure %1 to execute a backup item or a backup group when this button is pressed. This feature is named "One Touch Backup".
  126. EN.CT_OTB_MSG_2="One Touch Backup" requires Win98 SE, WinME, Win2000, WinXP or Win2003 Server. This feature will not work on the current operating system!
  127. EN.CT_LANGS_STD_1=Setup has found that you have standalone language packs for %1 installed.
  128. EN.CT_LANGS_STD_2=Do you want to unistall them also?
  129. EN.CT_ALLOW_BURN=Allow restricted users to use the CD\DVD writer devices
  130. EN.CT_START_VSS=Start the Volume Shadow Service (Needed for open file backup)
  131. [Languages]
  132. ; These files are stubs
  133. ; To achieve better results after recompilation, use the real language files
  134. Name: "EN"; MessagesFile: "embedded\EN.isl"; 
  135.